home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 362 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: korppi.cs.tut.fi!k125374
  2. From: k125374@korppi.cs.tut.fi (Mika Kortelainen)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: CyberGFX boot logo
  5. Date: 14 Jan 1996 19:46:31 GMT
  6. Organization: Tampere University of Technology (CS)
  7. Distribution: inet
  8. Message-ID: <4dbmin$7ua@peippo.cs.tut.fi>
  9. References: <4ce7ec$j9i@whitbeck.ncl.ac.uk> <4cglmd$cpc@tuegate.tue.nl>     <671.6578T32T2408@sn.no> <oj6ka31o0s5.fsf@hpsrk.fc.hp.com>
  10. NNTP-Posting-Host: korppi.cs.tut.fi
  11. NNTP-Posting-User: k125374
  12. X-Newsreader: NN version 6.5.0 #1 (NOV)
  13.  
  14. koren@hpsrk.fc.hp.com (Steve Koren) writes:
  15.  
  16. >Interesting.  It shows on my system, but only for a few milliseconds
  17. >:-).  I have a GVP Spectrum (in Z-II mode), and the boot logo flashes by
  18. >so fast that its very easy to miss it entirely.
  19.  
  20. Actually one can made it show up longer, at least with CV64. Assuming you
  21. have standard s:startup-sequence, put a suitable WAIT there:
  22.     ...
  23.     UnSet Workbench
  24.     UnSet Kickstart
  25.  
  26.     Wait <number of seconds>
  27.  
  28.     C:AddDatatypes
  29.     C:IPrefs
  30.     C:Conclip
  31.     ...
  32.  
  33. and the logo will stay up.  I haven't studied this more, but I think
  34. its IPrefs that changes the screenmode and makes that logo disappear.
  35. Probably this wait could be before those SetEnv's and UnSet's, just after
  36. the if-clause where those monitor drivers are executed (but for some reason
  37. I have it here).
  38.  
  39. Needless to say, this wait will delay the boot process, so don't make it
  40. too long (if you really don't want to).
  41.  
  42.  
  43.     Mika Kortelainen
  44.  
  45. P.S. as I said, this works with my CV64, I don't know about other supported
  46. cards...
  47.